home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / game / role / eyangband.lha / EyAngband020 / eychanges2.txt < prev    next >
Text File  |  2000-12-19  |  17KB  |  330 lines

  1. Changes from 0.1.4 to 0.2.0:
  2.  
  3. ## General Changes ##
  4.  
  5. - Changed savefile format, to produce smaller savefiles. EyAngband 0.2.0 will NOT read 
  6.   older savefiles.
  7.  
  8. - New class: The bard. The bard is a mediocre fighter, but he gets a whole new kind of 
  9.   magic. Instead of learning and casting spells from spellbooks, the bard uses musical
  10.   instruments. The bard has to wield a musical instrument in order to cast spells from it
  11.   (the bard gets a special MUSIC slot that is unavilable to other classes). Each music 
  12.   instrument has a plus ranging from +1 to +5. This plus is added to the bard's charisma,
  13.   and in addition, it determines which spells the instrument offers. The bard does not
  14.   have to learn spells - he can cast any spell that's available to his level and the level
  15.   of his instrument. The bard's mana and fail rate are determined by his charisma.
  16.   Musical instruments can be bought and sold at the general store, which only offers a 
  17.   limited selection of +1 instruments - better instruments must be found in the dungeon
  18.   (or black market). Finally, the bards get a special "lore" ability, which makes
  19.   identify act as *identify* on artifacts for them (they have a command of history and
  20.   legend and know all about the artifact from its name).
  21.  
  22. - Switched to using (a modified version of) the randart code from angband-a291. Names.txt
  23.   is now a seperate file found in "libs\files".
  24.  
  25. - Added a disease status, which causes slow atrophy of the player's stats and slows 
  26.   regeneration, and might cause temporary blindness or confusion.
  27.  
  28. - Character display changed - there is now a display of current "effects" (poisoned,
  29.   blessed, etc.), the item properties page has been expanded for all the new flags,
  30.   and a display has been added for current weapon flags. Also, in the item flag 
  31.   display, a "*" column has been added which displays temporary effects ('+' for
  32.   normal effect, '*' for immunity, and 'x' if it can combine with a permanent 
  33.   resist for a double resistance).
  34.  
  35. - When looking/targetting monsters, you now get more useful descriptions of their current 
  36.   condition ("wounded, afraid" instead of just "wounded", for instance).
  37.  
  38. - Monster behaviour when character is invisible changed - it will not prevent all 
  39.   spellcasting if the character is unseen, just spells that affect the player. So 
  40.   turning invisible won't stop a monster healing itself. 
  41.  
  42. - Monster conditions changed:
  43.     - Uniques are no longer necessarily immune to confusion, sleep, fear, or stunning, 
  44.       though they have a better chance of resisting.
  45.     - "Stunned" monsters have a chance of moving/attack/or casting a spell. However,
  46.       their spell failure rate is increased.
  47.     - Monsters can be "blinded", in which case they will act as if the player is 
  48.       invisible, and will be limited to innate attacks and breath attacks.
  49.     - Monsters can be "bleeding", in which case they will lose some hp every turn 
  50.       (the amount lost depends on their max HP).
  51.     - Monsters can be "poisoned", in which case they will lose some hp every turn
  52.       (the amount lose is independant of their max HP). 
  53.     - Monster can be "calmed". A calm monster will not attack and will only cast 
  54.       spells that heal itself or let it escape. The rate of recovery from calmness depends
  55.       on the players charisma - the higher the charisma the slower the monster will recover.
  56.       If the monster is hurt it will automatically recover, and also if it is aggravated.
  57.  
  58. - Ctrl-Q now gives you a description of your current quest.
  59.  
  60. - Reorganized the options:
  61.     - Changed the catagories for many options.
  62.     - Birth/Difficulty options now a submenu. 
  63.     - During character creation, you can only access the birth/difficulty options.
  64.     - Removed unused/redundant options: "show_choices", "show_details", "disturb_other",
  65.       "alert_hitpoint", "verify_special", "dungeon_stair".
  66.     - Added "verify_leaving_quest" option. 
  67.     - Added "carry_heavy_query" option, which prompts you before picking up something
  68.       that would slow you down.
  69.     - Added a birth option ("birth_random_hp") that when turned off creates characters
  70.       with non-random hitpoints (from Oangband 0.5.0)
  71.     - All AI options now birth options; "smart_monsters" and "smart_learn" no longer 
  72.       optional, while both "flow by" options are now on by default.
  73.     - The option "easy_open" has been renamed "easy_direction"
  74.     - The default values for several options have changed. 
  75.     - You can now access help from the option menus (but not from the actual option
  76.       screens).
  77.  
  78. - Re-arranged the resistances:
  79.     - Resist fear renamed "bravery" (RES_FEAR flag became BRAVERY).
  80.     - Resist blindness renamed "no blindness" (RES_BLIND flag becmae NO_BLIND).
  81.     - Added resist water (RES_WATER). Reduces water damage and makes you immune to it's
  82.       stunning/confusing effects.
  83.     - Added resist disease (RES_DISEASE). Reduces disease damage and makes you immune 
  84.       to getting the diseased status.
  85.     - Added resist time (RES_TIME). Reduces time damage and makes you immune to it's
  86.       draining effects.
  87.     - Added resist mana (RES_MANA). Reduces mana damage.
  88.  
  89. - Spells modified:
  90.     - Mages get a news spell (in [Sorcery and Evocations]) - "Blind Monster" which attempt to
  91.       blind a single monster.
  92.     - Rangers get a new spell (in [The Lore of the Hunter]) - "calm animals" which calms
  93.       all animals in LOS.
  94.     - Priests 2 new spells:
  95.       - in [Purifications and Healing] - "Holy Peace" which calms all non-evil 
  96.         creatures in LOS.
  97.       - in [Chants and Blessings] - "Cure Disease" which rid the caster of all disease.
  98.     - Priest spell "Turn undead" moved from [Chants and Blessings] to [Exorcism and 
  99.       Dispellings] but otherwise not changed.
  100.     - Priest spell "Teleport self" is now identical to mage spell of same name.
  101.     - [The Necronomicon] gains a new spell - "Unlight Area".
  102.  
  103. - Experience drain attacks changed - now instead of causing xd6 + 2% of total exp damage,
  104.   they just cause a variable percentage drain, which makes them more dangerous against
  105.   high level characters and less against low-level characters.
  106.  
  107. - When creating a character, you can now press "!" in class selection to get a random
  108.   class including illegal combinations ("*" allows only legal combinations).
  109.  
  110. - Cleaned up and re-arranged the code; many things are now in different place than they
  111.   used to be.
  112.  
  113. - Tweaked quantities of quest monsters somewhat. In addition, you will no longer recieve 
  114.   quests for breeding monsters, nor for monsters that can't move.
  115.  
  116. - Fixed the hitdice for angels and demons (this was a bug) - demons now have 10-sided dice
  117.   (same as humans), angels 9-sided.
  118.  
  119. - Added new shopkeepers. Also, the minimum purse for the  weapon and armour shops raised 
  120.   to 10000, and the minimum purses for all the general shop shopkeepers raised (to allow
  121.   for the new magic lanterns and music instruments).
  122.  
  123. - When tweaking an item in debug mode, you can now change timeout.
  124.  
  125. - Added some variation in the player histories for half-orcs, angels and demons.
  126.  
  127. - EyAngband no longer requires the existance of the unused "lib\info", "lib\pref" and
  128.   "lib\bone" directories in order to run.
  129.  
  130. - Rewrote help files, at some points incorporating portions of the Oangband help files, 
  131.   and the auto-squelch FAQ.
  132.  
  133. ## Item Changes ##
  134.  
  135. - Added new item flags (in addition to the resistances mentioned above):
  136.   - MANA - the item adds pval*10 to maximum spell points.
  137.   - HEALTH - the item adds pval*10 to maximum hit points.
  138.   - IGNORE_DISEN - the item can not be disenchanted (NOT intrinsic in artifacts).
  139.   - DRAIN_ITEM - your other equipped items have a random chance each turn of being
  140.     disenchanted, unless you have disenchantment resistance.
  141.   - WOUNDING - a weapon with this flag causes cuts to monster.
  142.   - TERROR - a weapons with this flag increases the chances of monsters running away.
  143.     Undead creatures are only affected if the weapon also has SLAY_UNDEAD.
  144.   - BRAND_VENOM - a weapon branded with venom cause extra damage and poisons monsters
  145.     that are not immune.
  146.   - BRAND_LITE - a weapon branded with light causes extra damage and might blind monsters
  147.     that are not resistant to light. Monstes vulnerable to light get even more damage and
  148.     a higher chance of blindness.
  149.   - BRAND_DARK - a weapon branded with darkness causes extra damage and might blind 
  150.     monsters that are not resistant to darkness. Monstes vulnerable to darkness get even
  151.     more damage and a higher chance of blindness.
  152.   - SLAY_PLANT - the weapon causes extra damage to plants.
  153.   - SLAY_CHAOS - the weapon causes extra damage to chaotic creatures.
  154.   - LITE1, LITE2, LITE3 and LITE4 - used for determining the radius of light sources.
  155.  
  156. - Renamed the old LITE flag GLOW to separate it from the new LITE1-4 flags (see above).
  157.  
  158. - New items: Mushroom of cure disease, Potion of disease, Potion of cure disease,
  159.   Spiked Leather Boots, Silk Gloves, Fur Cloak, Wooden Shield, Ring of Bravery,
  160.   Ring of Resist Disease, Ring of Resist Disenchantment, Ring of Mana, Ring of Health,
  161.   Amulet of Unmagic, Amulet of Resist Time, Amulet of Hold Life, Amulet of Power, 
  162.   Lantern of Fearlessness, Lantern of Intelligence, Lantern of Wisdom, 
  163.   Lantern of Brightness, Blackrock sword, Blackrock Spear, Powder of Darkness, 
  164.   Powder of Poisoning, Powder of Burning, Powder of Ice Blast, Powder of Energy, 
  165.   Powder of Calming, Wand of Call Monster, Wand of Calm Monster, Wand of Blind Monster,
  166.   Lute, Flute, Lyre, Drum, Harp, Horn.
  167.  
  168. - New ego item types -
  169.   - Armors: of Resist Water, of Health, Robes of Mana, Heavy Armor (Blackrock Studded).
  170.   - Shields: of Unmagic, of Perfect Health.
  171.   - Crowns: of Wizardry.
  172.   - Cloaks: of Kings.
  173.   - Gloves: Silk gloves of Spellcasting.
  174.   - Weapons: of slay plant, of slay chaos, of *slay* plant, of *slay* chaos, of law,
  175.              of slay nature, of venom, of the day, of the night, of terror, 
  176.              swords of sharpness
  177.   - Ammo: of slay plant, of slay chaos, (poisoned), of light, of darkness.
  178.  
  179. - New artifacts -
  180.   - Lantern of Time Reduction, The Amulet 'Heartstone', The Ring of Calfin, The ring of
  181.     Saturn, The PDSM 'Tortureskin', The Chain Mail 'Winterworn', The Partial Plate Armor
  182.     of the Underlight, The Wizard's Robes of Mordenkainen, The Robes of Brutha, The Kite
  183.     Shield 'Stormguard',  The Small Metal Shield of the Thieves, The Wooden Shield of 
  184.     the Elder Forest, The Golden Crown of the Archmage, The Jeweled Crown of the Fallen
  185.     Star, the Jeweled Crown of the Shadows, The Shadow Cloak 'Scarshawl', The Shadow 
  186.     Cloak 'Moondancer', The Fur cloak of Thor, The Eleven Cloak of Orodreth, The Set of
  187.     Silk Gloves of Raal, The Pair of Leather Sandals of Hermes, The Hard Leather Boots
  188.     of the Long Journey, The Dagger 'Idrost', The Dagger 'Adrost', The Rapier of Dionure,
  189.     The Long Sword 'Terrorblade', the Blackrock Sword of the Guardian, The Trident of 
  190.     Poseidon, The Scythe 'Reaper', The Battle Axe 'Lawgiver, The Quarterstaff of Grand
  191.     Wizardry, The Wooden Club 'Skullbasher', The Light Crossbow 'Sunstrike', The Sling
  192.     'Hellwind', The Dwarven Shovel of Glod.
  193.  
  194. - New activations for artifacts:
  195.   - RESTORE_MANA, DIMENSION_DOOR, SATISFY_HUNGER, DETECT_ENCHANT, DETECT_TRAPS, RAGE,
  196.     MANA_BOLT, LITE_BOLT, DARK_BOLT, WATER_BOLT, LITEBRAND, VENOMSHOTS, DETECT_TREASURE,
  197.     CALM_NON_CHAOS
  198.  
  199. - Light sources have been reworked:
  200.   - Refuelable lights now use timeout for their time rather than pval. 
  201.   - Light source TVALs have been split between refuelable lights and non-refuelable lights 
  202.     (artifacts).
  203.   - Magical lanterns are now flavoured, and need to be identified.
  204.   - Magical lanterns only give their special powers when their fueled. 
  205.   - To save space on some of the longer lantern names, the turns of light display has 
  206.     been changed from "(With XXXX Turns of Light)" to "<XXXX>".
  207.  
  208. - Thrown flasks (of lantern oil or oil of burning) now don't damage creatures immune to
  209.   fire.
  210.  
  211. - Several powders' powers and/or costs changed.
  212.  
  213. - Powders and food types now can appear in stacks.
  214.  
  215. - Scroll of *resistance* effects changed.
  216.  
  217. - Ego items of Elvenkind, Robes of Permanence, and Elven Cloaks can no longer be 
  218.   disenchanted (note that they don't grant disenchantment resistance).
  219.  
  220. - Ammo of wounding now cause cuts (and thus are a lot more powerful). Shots can no
  221.   longer get this ego-type.
  222.  
  223. - Armor and shields of Resistance now offer a random mid-resist.
  224.  
  225. - Several existing artifacts' powers changed slightly, the base items for several altered,
  226.   and rarities/depths of several artifacts changed as well.
  227.  
  228. - Scythes of slicing now cause cuts (and are more expensive).
  229.  
  230. - Mushrooms of Unhealth and Disease now cause disease rather than outright damage. They
  231.   no longer do damage when thrown and are no longer sellable.
  232.  
  233. - Changed prices for several items (mainly rods and powders).
  234.  
  235. - Tridents are now light grey instead of yellow.
  236.  
  237. - Amulet TVAL has been changed from 40 to 41 to make room for the new light source TVAL.
  238.  
  239. - SVALs for many items changed.
  240.  
  241. ## Monster Changes ##
  242.  
  243. - Many existing monsters altered:
  244.   - Many monster gained some of the new flags, whereever appropriate.
  245.   - Gremlins now worth even less EXP, and are now green to avoid confusion with manes.
  246.   - Mummies attacks now cause disease, mummies made deeper.
  247.   - Cockroaches now cause disease, cockroaches made deeper.
  248.   - Existing "mystics" renamed to monks.
  249.   - Monsters with two versions have their "group" version renamed to avoid double entries
  250.     in the monster memory: Hell Hound -> Hell Wolf, Mumak -> Pack Mumak, Novice XXXs ->
  251.     Young XXXs.
  252.  
  253. - Removed monsters: Novice hunter, Dread (single version), Carrion Crawler (group version).
  254.  
  255. - New monsters: Natural Quylthulg, Noxius Mushroom Patch, Mummified Giant, Acid Vortex, 
  256.   Novice Mystic, Young Mystic, Mystic, Disease Mold, Chaos Mold, Giant Dog Ticks, 
  257.   Acid Hound, Mana Hound, Greater Carrion Crawler, Noxious Jelly, Giant Tse-Tse fly,
  258.   Chaos Cockroach, Maggot Mass, Diseased Rat, Light Spirit, Giant Mantis, Time Fly,
  259.   Rabid Jackal, Rabid Wolf, Kobold Archer, Rabid Kobold, Chaos Naga.
  260.  
  261. - New uniques: Fang FarMer Maggot's Dog, Grip Farmer Maggot's Dog, The Negative Astral 
  262.   Hound, The Positive Astral Hound.
  263.  
  264. - The NO_STUN keyword actually protects monsters from stunning (it used to do nothing).
  265.  
  266. - The BR_MANA flag actually causes the monsters to breate mana.
  267.  
  268. - The FRIEND, HURT_FIRE, BO_POIS and HURT_COLD flags were removed, since they didn't do
  269.   anything.
  270.  
  271. - The S_ANT spell removed, and replaced by S_ANIMALS.
  272.  
  273. - Added new attack effect - DISEASE, which causes disease unless the player is resisant.
  274.  
  275. - Standardized the breathes and resistances. There is now a separate "RES_XXX" flag
  276.   for each resistance; however, breathing something automatically includes the resistance.
  277.   (including the basic elements and poison). This means that a monster can be resistant
  278.   to something without having to be able to breathe it. Also, incorporated RES_CONFUSION 
  279.   and NO_CONFUSION into one resist, and the IM_XXXX flags have been renamed RES_XXXX since 
  280.   they didn't really grant immunity (note though that in general not all RES_XXXX flags 
  281.   give the same degree of resistance). The monster's name no longer has any effect on
  282.   the resistances.
  283.  
  284. - Added new monster flags - 
  285.   - PLANT - monster is vulnerable to weapons of slay plant.
  286.   - CHAOTIC - monster is vulnerable to weapons of slay chaos, and somewhat resistant to
  287.     chaos.
  288.   - HURT_DARK - monster is vulnerable to darkness.
  289.   - NO_CUT - monster is immune to bleeding.
  290.   - NO_BLIND - monster is immune to blindness.
  291.   - NO_CALM - monster can not be calmed.
  292.   - COMPANION - monster will appear accompanied by a unique from the same depth. Used
  293.     for creating set groups of uniques.
  294.  
  295. - Added new monster spells -
  296.   - BR_DISEASE - monster can breathe disease.
  297.   - BR_WATER - monster can breathe water.
  298.   - BLINK_TO - monster can teleport by the player.
  299.  
  300. - Renamed the monster flag BR_WALL to BR_FORCE since that's what it really is.
  301.  
  302. - Morgoth's description shortened a bit so his monster recall won't be too long.
  303.  
  304. ## Bug fixes ##
  305.  
  306. - The squelch by quality menu no longer includes entries for "rings" and "amulets" (they
  307.   didn't do anything).
  308.  
  309. - You can no longer cast spells when confused/blinded or in the dark, unless you are a 
  310.   Mystic and have a mystic spellbook.
  311.  
  312. - The monster memory now correctly display EXP values for demon characters.
  313.  
  314. - Fixed a bug with starting equipment (you could never get the maximum amount of any 
  315.   equipment item unless it was equal to the minimum amount).
  316.  
  317. - Creeping Gems now always drop gems when they die.
  318.  
  319. - Fixed a bug where the weight carried by characters could get wierd with huge amount of
  320.   heavy objects (inherited from Vanilla).
  321.  
  322. - Fixed a bug where the wrong message would be given if you accept a quest.
  323.  
  324. - Fixed a bug where alchemy formula memory was being saved incorrectly.
  325.  
  326. - *identify*ing Ethereal DSM no longer crashes the game (thanks Victor Wang for reporting
  327.   this).
  328.  
  329. - In the adventurer's guild, you could accept choices not on the list, which can cause
  330.   weird stuff to happen.